CLEAR ENTRY BUFFER

This command will clear the string current held by the windows system.

  Syntax
CLEAR ENTRY BUFFER
  Returns

This command does not return a value.

  Description

This string is maintained by the windows message pump and ensures you do not miss characters typed at speed in your application. You can get the contents of this string by using the ENTRY$() command.

  Example Code
clear entry buffer
do
cls
a$=entry$(1)
print "entry$(1) = "+a$
loop
  See also

INPUT Commands Menu
Index